home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Graphics & Multimedia / EazyDraw 1.9.0f (beta).dmg / EazyDraw.app / Contents / Resources / DKDScale.nib / classes.nib next >
Encoding:
Text File  |  2006-01-16  |  2.0 KB  |  54 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = DKDOptionButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  4.         {
  5.             ACTIONS = {
  6.                 checkClosingWindow = id; 
  7.                 useCurrentForNewItemsButtonAction = id; 
  8.                 useDefaultForNewItemsButtonAction = id; 
  9.             }; 
  10.             CLASS = DKDPanel; 
  11.             LANGUAGE = ObjC; 
  12.             OUTLETS = {
  13.                 setCurrentForNewItemsButton = DKDOptionButton; 
  14.                 setDefaultForNewItemsButton = DKDOptionButton; 
  15.             }; 
  16.             SUPERCLASS = NSWindowController; 
  17.         }, 
  18.         {
  19.             ACTIONS = {
  20.                 helpScaleAction = id; 
  21.                 highPrecisionAngleAction = id; 
  22.                 independantLayersAction = id; 
  23.                 originXAction = id; 
  24.                 originYAction = id; 
  25.                 plusDownAction = id; 
  26.                 plusToRightAction = id; 
  27.                 scaleAfterToAction = id; 
  28.                 scaleBeforeToAction = id; 
  29.                 scalePopUpAction = id; 
  30.                 targetLayerAction = id; 
  31.                 unitsPopUpAction = id; 
  32.             }; 
  33.             CLASS = DKDScalePanel; 
  34.             LANGUAGE = ObjC; 
  35.             OUTLETS = {
  36.                 highPrecisionAnglesButton = NSButton; 
  37.                 independantLayersButton = NSButton; 
  38.                 originXTextField = NSTextField; 
  39.                 originYTextField = NSTextField; 
  40.                 plusDownButton = NSButton; 
  41.                 plusToRightButton = NSButton; 
  42.                 scaleAfterToTextField = NSTextField; 
  43.                 scaleBeforeToTextField = NSTextField; 
  44.                 scalePopup = NSPopUpButton; 
  45.                 targetLayerPopup = NSPopUpButton; 
  46.                 unitsPopup = NSPopUpButton; 
  47.             }; 
  48.             SUPERCLASS = DKDPanel; 
  49.         }, 
  50.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  51.         {CLASS = "java.lang.Object"; LANGUAGE = Java; }
  52.     ); 
  53.     IBVersion = 1; 
  54. }